home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / WINPROGS.ARJ / CHECKER1.MAK < prev    next >
Text File  |  1990-11-28  |  218b  |  10 lines

  1. checker1.exe:  checker1.obj checker1.def
  2.    link checker1, /align:16, NUL, /nod slibcew libw, checker1
  3.    rc checker1.exe
  4.    
  5.    
  6. checker1.obj:  checker1.c 
  7.    cl -c -Gsw -Ow -W2 -Zp checker1.c
  8.    
  9.       
  10.